From: Richard M. Stallman Date: Wed, 17 Mar 1993 09:19:47 +0000 (+0000) Subject: Fix typo in previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96838 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dcf970e66f867b5a81afc16d2a4b0b1d487e59fd;p=emacs.git Fix typo in previous change. --- diff --git a/src/process.c b/src/process.c index a3e10411874..567c9c95c32 100644 --- a/src/process.c +++ b/src/process.c @@ -2573,7 +2573,7 @@ nil, indicating the current buffer's process.") if (! NILP (XPROCESS (proc)->raw_status_low)) update_status (XPROCESS (proc)); if (! EQ (XPROCESS (proc)->status, Qrun)) - error ("Process %s not running", procname); + error ("Process %s not running", XSTRING (XPROCESS (proc)->name)->data); /* Sending a zero-length record is supposed to mean eof when TIOCREMOTE is turned on. */